|
NX Programmierung : Script to modify all NX files in a folder one by one
Lenno am 28.05.2009 um 09:57 Uhr (0)
Hmm.. I modified the code, but there is problem with the difinition of the facetedbody1 NX 5.0.4.1 Journal created by llu on Wed May 27 11:11:17 2009 W. Europe Daylight TimeOption Strict OffImports SystemImports NXOpenModule NXJournalSub MainDim theSession As Session = Session.GetSession()Dim workPart As Part = theSession.Parts.WorkDim displayPart As Part = theSession.Parts.DisplayDim basePart1 As BasePartDim partLoadStatus1 As PartLoadStatusDim markId1 As Session.UndoMarkIdDim markId2 As Session.UndoMark ...
| In das Form NX Programmierung wechseln |
|
NX Programmierung : Script to modify all NX files in a folder one by one
Lenno am 28.05.2009 um 10:31 Uhr (0)
Its working... !!Thanx NX 5.0.6.3 Journal created by cwei on Thu May 28 10:21:44 2009 Westeuropäische NormalzeitOption Strict OffImports SystemImports NXOpenModule NXJournalSub MainFor Each fileName As String In My.Computer.FileSystem.GetFiles("Y:NXMakro Change ColorJTs")Dim theSession As Session = Session.GetSession() ---------------------------------------------- Menu: File-Open... ----------------------------------------------Dim basePart1 As BasePartDim partLoadStatus1 As PartLoadStatusbasePart1 = the ...
| In das Form NX Programmierung wechseln |
|
Anzeige:
Anzeige: (Infos zum Werbeplatz)
 |